/**
* GtkComboBox:wrap-width:
*
- * If wrap-width is set to a positive value, the list will be
- * displayed in multiple columns, the number of columns is
- * determined by wrap-width.
+ * If wrap-width is set to a positive value, items in the popup will be laid
+ * out along multiple columns, starting a new row on reaching the wrap width.
*
* Since: 2.4
*/
/*
* GtkTreeMenu:wrap-width:
*
- * If wrap-width is set to a positive value, the list will be
- * displayed in multiple columns, the number of columns is
- * determined by wrap-width.
+ * If wrap-width is set to a positive value, items in the popup will be laid
+ * out along multiple columns, starting a new row on reaching the wrap width.
*
* Since: 3.0
*/